home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / umsmtp02.zip / UMAILSRV.PRO < prev   
Text File  |  1995-02-05  |  3KB  |  59 lines

  1. //****************************************************************************
  2. // File: umailsrv.pro                    Version 2.0               05-Feb-1995
  3. //                                       Niel Kempson <kempson@snowyowl.co.uk>
  4. //****************************************************************************
  5. //
  6. // Change Log
  7. //
  8. //    2.0 [05-Feb-1995] Niel Kempson <snowyowl.co.uk>
  9. //        Initial version.
  10. //
  11. //****************************************************************************
  12. //----------------------------------------------------------------------------
  13. // Ultimedia Mail/2 Configuration File
  14. // ===================================
  15. //
  16. // Many features of UltiMail are user configurable. All features which are
  17. // specific for a given UltiMail client are collected in this profile. This
  18. // file can be edited with any regular editor. Most conveniently it is hoever
  19. // accessed through the settings notebooks in UltiMail itself.
  20. //
  21. // Comments (like this one) are according to C++ conventions preceeded by a
  22. // double forward slash '//'. The double forward slash and anything after it
  23. // on the given line is then ignored by UltiMail.
  24. // Note: comments are not preserved when the configuration file is changed
  25. //       through the settings notebooks from within UltiMail.
  26. // Note: changes made directly in this file do not take effect until UltiMail
  27. //       is logged off and on again with this profile. Most changes made
  28. //       through the settings notebooks however take effect immediately.
  29. //----------------------------------------------------------------------------
  30. :MAIL          directory        = 'C:\tcpip\UMAIL\Server'
  31.                splitsize        = '65536'
  32.                .
  33. //
  34. //:PROFILE       provider         = 'ADVANTIS'
  35. //               file             = 'C:\tcpip\ETC\TCPOS2.INI'
  36. //               .
  37. //
  38. :SERVER        dll              = 'CSESLOCL'
  39.                name             = 'Local Mail'
  40.                pipeclass        = 'PIPELOCL'
  41.                maxinst          = '20'
  42.                load             = 'automatic'
  43.                retrycount       = '1'
  44.                retryinterval    = '5000'
  45.                .
  46. :ACCESS        name             = 'Post Master'
  47.                user             = 'PostMaster'
  48.                password         = '*'
  49.                root             = 'C:\tcpip\UMAIL\MailStor\Postmstr'
  50.                access           = 'readwrite'
  51.                .
  52. :ACCESS        name             = 'Your Name'
  53.                user             = 'yourid'
  54.                password         = '*'
  55.                root             = 'C:\TCPIP\UMAIL\MailStor\yourid'
  56.                access           = 'readwrite'
  57.                .
  58. //---end of file -------------------------------------------------------------
  59.